home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / NetBSD / docs-netbsd / Mailinglist-Archive / 1994-08.gz / 1994-08 / 000101_owner-current-u…s.berkeley.edu_Wed Aug 3 02:51:02 1994.msg < prev    next >
Text File  |  1994-10-16  |  2KB  |  35 lines

  1. From: vdlinden@fwi.uva.nl (Frank van der Linden)
  2. X-Organisation: Faculty of Mathematics & Computer Science
  3.                 University of Amsterdam
  4.                 Kruislaan 403
  5.                 NL-1098 SJ Amsterdam
  6.                 The Netherlands
  7. X-Phone:        +31 20 525 7463
  8. X-Telex:        10262 hef nl
  9. X-Fax:          +31 20 525 7490
  10. To: current-users@sun-lamp.cs.berkeley.edu
  11. Subject: Repeatedly corrupted /dev
  12. Sender: owner-current-users@sun-lamp.cs.berkeley.edu
  13.  
  14.  
  15. About a week ago, my /dev directory got corrupted (NetBSD 1.0-alpha,
  16. 386/40, 2 IDE disks). It took me a while to repair that, booting
  17. from 0.9 floppies, etc. At first, I thought that it might have been
  18. the fdesc filesystem, since that was union mounted on top of /dev.
  19. So I removed that from /etc/fstab. However, it happened again today,
  20. only less severe (my system is NetBSD 1.0-beta as of July 31st by now).
  21.  
  22. The symptoms are, that just 'ls' will not show certain files, and wildcard
  23. expansion will also not find them. However, 'ls -al' reports:
  24. <special_name>: Bad file descriptor
  25. for all the device nodes that have been damaged. The only thing that
  26. works is 'rm -rf /dev' and then a 'MAKEDEV all'.
  27.  
  28. I wonder what this could be. I am a little tight on diskspace in the
  29. root partition:
  30. /dev/wd0a        7660    7087    -193   103%    /
  31. ..but I doubt that that has anything to do with it. All my filesystems
  32. are 'old' filesystems (but I am not going to upgrade them until there
  33. are 1.0 boot floppies, just to be safe)
  34.  
  35. - Frank